Code
# Load libraries and data
library(tidyverse)
<- read_csv("data/my_data.csv")
data glimpse(data)
Briefly introduce your topic and research question.
Describe your data source(s), including where it came from, the key variables, and any pre-processing steps.
# Load libraries and data
library(tidyverse)
<- read_csv("data/my_data.csv")
data glimpse(data)
Describe what this plot shows, and why it’s important.
# your code here
Describe what this plot shows, and why it’s important.
# your code here
Describe what this plot shows, and why it’s important.
# your code here
If you choose to create a Shiny app, describe the app’s purpose and functionality. Save your code inside the shiny-app/ folder, replace the URL below with your app’s URL
Summarize your key findings. What do your visualizations reveal?
Discuss any data quality or design limitations.
Wrap up your project with a takeaway message or next steps.
Include any references to data sources, packages, or literature you used. If your visualization design is inspired by someone else’s work, cite those too.